projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd33e4
)
* lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.
author
Deniz Dogan
<deniz@dogan.se>
Mon, 1 Aug 2011 12:30:18 +0000
(14:30 +0200)
committer
Deniz Dogan
<deniz@dogan.se>
Mon, 1 Aug 2011 12:30:18 +0000
(14:30 +0200)
lisp/ChangeLog
patch
|
blob
|
history
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 2f5c0e44550381911290430ad8e9e09110b7fd37..ef85ffab8a47fb344cd3e535cb6ea07431966114 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2011-08-01 Deniz Dogan <deniz@dogan.se>
+
+ * net/rcirc.el (rcirc-handler-333): Clarify docstring.
+
2011-07-30 Michael Albinus <michael.albinus@gmx.de>
Sync with Tramp 2.2.2.
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 9e04abb8cd51f26913089b3be1f2919face66279..7d43c4f7547f83b1413d430ae61f9cc3ec899a88 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-2695,7
+2695,8
@@
the only argument."
(setq rcirc-topic (caddr args)))))
(defun rcirc-handler-333 (process sender args text)
- "Not in rfc1459.txt"
+ "333 says who set the topic and when.
+Not in rfc1459.txt"
(let ((buffer (or (rcirc-get-buffer process (cadr args))
(rcirc-get-temp-buffer-create process (cadr args)))))
(with-current-buffer buffer